From 2d902813fa3c2d86538b72888198212d416b2fc1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 5 May 1997 04:18:33 +0000 Subject: [PATCH] (hexl-mode): Add a mode-class property. --- lisp/hexl.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/hexl.el b/lisp/hexl.el index 577a7222cf5..b2234d4000c 100644 --- a/lisp/hexl.el +++ b/lisp/hexl.el @@ -102,6 +102,8 @@ and \"-de\" when dehexlifying a buffer." ;; routines +(put 'hexl-mode 'mode-class 'special) + ;;;###autoload (defun hexl-mode (&optional arg) "\\ -- 2.30.2